home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / api / toglcase.ma_ / toglcase.MAK
Encoding:
Text File  |  1995-03-05  |  346 b   |  12 lines

  1. #----------------------
  2. # TOGLCASE.MAK make file
  3. #----------------------
  4.  
  5. toglcase.dll : toglcase.obj toglcase.def
  6.      link toglcase ewapi2.lib, toglcase.dll /align:16, NUL, /noe /nod sdllcew libw, toglcase
  7.      rc toglcase.dll
  8.      ren toglcase.dll toglcase.ewd
  9.  
  10. toglcase.obj : toglcase.c
  11.      cl -c -ASw -Gsw -Ow -W2 -Zp toglcase.c
  12.